home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / ckit254.zip / CKIT.REF < prev    next >
Text File  |  1992-12-01  |  2KB  |  56 lines

  1. This list only includes swithes that are available for  how the
  2. library will control/respond to  certain instances of the program.
  3. For complete documentation on all variables/functions in CKIT,
  4. see CKIT.DOC.
  5.  
  6. GLOBAL LIBRARY CONTROLS
  7. ck_silent               ;Local Beep On/Off
  8. ck_USERFILE             ;PCB14.5 Users file  usage
  9. ck_FORCEOFFHOOK         ;Take modem offhook w/ dropped carrier
  10. ck_NO_FKEYS             ;Local Function Keys Enable/Disable
  11. ck_NOSYSTEM             ;File read ON/OFF (see open_door() in docs)
  12. ck_NO_STATUS            ;Disable Status line on local screen
  13. ck_DOTS                 ;ECHO char  ON/OFF
  14.  
  15. GLOBAL LIBRARY INDICATORS
  16. ck_DUMP_USER            ;Need to drop user from door
  17. ck_PCB                  ;PCBoard v14.x system in use
  18. ck_PCB12                ;PCBoard v.12.0 in use
  19. ck_GAP                  ;door.sys system in use
  20. ck_WILDCAT              ;WILDCAT! system in use
  21. ck_RBBS                 ;DORINFOx.DEF system in use
  22. ck_GENERIC              ;GENERIC.SYS in use
  23. ck_chatmode             ;A chat/exit to DOS or F9 had been initiated
  24. ck_FOSSIL               ;A Fossil driver is in use
  25. ck_Digiboard            ;A Digiboard Intelligent Async board is in use
  26.  
  27. ck_option               ;Reason for DUMP_USER defined below
  28. #define     EXITDOOR    0  Normal door exit
  29. #define     NOCARRIER   1  Dropped carrier
  30. #define     TIMEOUT     2  Keyboard timeout
  31. #define     SYSOP_O     3  Sysop request
  32. #define     SYSTEMTIME  4  System time expired
  33. #define     LOGOFF      5  User logged off
  34.  
  35. GLOBAL LIBRARY MESSAGE CONTROLS
  36. progname[]              ;Name of door program for status line
  37. ck_logoff_color         ;Color for exit door message
  38. *ck_logoff_msgs         ;Pointers for log-off messages
  39. *ck_gen_msgs            ;Pointers for general messages
  40. ck_error_msg11[40]      ;Message for display_file errors
  41.  
  42. GLOBAL DISPLAY CONTROLS
  43. ck_display              ;Local display ON/OFF
  44. ck_ansi_ng              ;Use ANSI but no color
  45. ck_graphics             ;Use ANSI with color
  46. ck_set_ANSI()           ;Library ANSI enable/disable function
  47. ck_non_ibm              ;No support for characters above ASCII 127
  48. ck_page_length          ;Screen page length
  49. ck_linenum              ;Current line number
  50.  
  51. GLOBAL LIBRARY INPUT
  52. ck_cmdline[]            ;128 byte input buffer
  53. ck_par[]                ;128 byte input parse buffer
  54. ck_scan_code            ;Extended keypress indicator
  55. ck_key_source           ;Local/Remote keypress
  56.